home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Informant Complete 1995 - 2000
/
Delphi Informant Complete 1995 to 2000.iso
/
Delphi Informant Magazine Complete Works SOURCE CODE 1998.rar
/
1998
/
May
/
di9805bt
/
tstring
/
TSTRING.DPR
< prev
next >
Wrap
Text File
|
1994-12-15
|
166b
|
13 lines
program Tstring;
uses
Forms,
Tstringf in 'TSTRINGF.PAS' {Form1};
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.